home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Joystick Magazine 2000 February
/
cd joystick no112 fevrier 2000.iso
/
DATA
/
Demos
/
ageofwonder
/
data1.cab
/
Program
/
AoW.exe
/
0
/
RCDATA
/
TMAINFORM
/
TMAINFORM.txt
Wrap
Text File
|
1999-10-21
|
2KB
|
67 lines
object MainForm: TMainForm
Left = 461
Top = 366
Width = 648
Height = 492
Caption = 'Age of Wonders'
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PrintScale = poNone
Scaled = False
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 20
object Display: TDisplay
Left = 0
Top = 0
Width = 640
Height = 460
Cursor = -1
Align = alClient
Color = clBlack
OnMouseDown = DisplayMouseDown
OnMouseMove = DisplayMouseMove
OnMouseUp = DisplayMouseUp
OnKeyDown = DisplayKeyDown
OnKeyPress = DisplayKeyPress
OnDblClick = DisplayDblClick
Options = [doAutoResizeBackSurface, doAutoSwapDC, doAutoStartUpdateFrameLoop, doAutoActivatePrimaryDC, doRestoreSurfacesOnSwap, doBltOnWMPAINT]
BufferingScheme = bsDouble
BackSurfaceControlMode = bmBltSurface
BackSurfaceWidth = 640
BackSurfaceHeight = 480
FrameRate = 30
PrimaryDC = WinDC
SecondaryDC = DXDC
UpdateFrameMode = umSynchrone
OnActivateDC = DisplayActivateDC
OnUpdateFrame = DisplayUpdateFrame
OnSurfaceDataLost = DisplaySurfaceDataLost
OnResizeBackSurface = DisplayResizeBackSurface
OnSwapDC = DisplaySwapDC
end
object WinDC: TWindows16DC
PixelFormat = pf555
Left = 8
Top = 8
end
object DXDC: TDDrawFullScr16DC
UseVideoMemory = True
UseVerticalBlank = False
DebugMode = False
DisplayWidth = 640
DisplayHeight = 480
Enable3D = False
Left = 48
Top = 8
end
end